Micron Document
🎖️GitЯра🎖️


Displaying Raw • View renderedDownload

docs/ru-rRU/user/tak.md renovate/net.java.dev.jna-jna-5.x (5a8f4966) Text, 7.13 KB

---
title: Интеграция TAK
parent: Руководство пользователя
nav_order: 10
last_updated: 2026-05-13
description: Interoperate with ATAK and WinTAK — CoT position sharing, TAK roles, and plugin setup.
aliases:
Tff7b72- tak
Tff7b72- atak
Tc9d1d9 - team-awareness-kit
Tc9d1d9---

Tc9d1d9# Интеграция TAK

Meshtastic integrates with the Team Awareness Kit (TAK) ecosystem, enabling interoperability between Meshtastic mesh devices and TAK applications like ATAK and WinTAK.

Tc9d1d9## Обзор

The TAK module allows Meshtastic nodes to:

Tff7b72- Share position data in TAK-compatible CoT (Cursor on Target) format
Tff7b72- Appear as team members on TAK map displays
Tff7b72- Receive TAK PLI (Position Location Information) messages

Tc9d1d9## Setup

Tc9d1d9### Prerequisites

Tff7b72- ATAK (Android Team Awareness Kit) or WinTAK installed
Tff7b72- Meshtastic ATAK Plugin installed
Tff7b72- TAK module enabled on your Meshtastic radio

Tc9d1d9### Настройки

Tff7b721. Navigate to **Settings → Module Config → TAK**.
Tff7b722. Enable the TAK module.
Tff7b723. Configure the TAK team/group settings:

![Tff7b72Module toggle switch](Te6edf3../../assets/screenshots/settings_switch.png)

| Настройка | Описание |
| ------------ | -------------------------- |
| Включено | Activate TAK interop |
| Режим обмена | TAK-compatible output mode |

Tc9d1d9### ATAK Plugin Setup

Tff7b721. Install the Meshtastic ATAK Plugin from the plugin repository.
Tff7b722. Open ATAK and enable the Meshtastic plugin.
Tff7b723. The plugin bridges messages between ATAK and your mesh network.

Tc9d1d9## TAK Roles

Nodes configured with TAK-related roles behave differently from standard clients:

| Роль | Описание |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **TAK** | Full TAK interoperability — sends and receives CoT data, chat messages, and PLI updates. Functions as a standard client plus TAK bridge. |
| **TAK Tracker** | Position-only TAK output — automatically broadcasts PLI at regular intervals without user interaction. Optimized for unattended position beacons (vehicles, equipment, waypoints). Does not relay chat messages. |

Tff7b72> 💡 **Tip:** Use **TAK Tracker** for devices that only need to report position (e.g., a radio mounted in a vehicle). Use **TAK** for devices where users actively participate in TAK operations.

Tc9d1d9### CoT (Cursor on Target) Format

TAK messages use the Cursor on Target XML format — a military standard for sharing situational awareness data. Meshtastic converts its internal protobuf messages to CoT format when bridging to TAK systems, so no manual format conversion is needed.

Tc9d1d9## TAK Identity

When using TAK roles, your node broadcasts identity information that appears on TAK maps:

| Настройка | Описание |
| --------- | ---------------------------------------------------------------------------------------------------------------- |
| Team | Your team color on the TAK map (e.g., Blue, Red, Cyan, Green) |
| Роль | Your operational role (Team Member, Team Lead, HQ, Medic, RTO, etc.) |
| Callsign | Your TAK callsign (defaults to your Meshtastic long name) |

These settings appear in **Settings → Module Config → TAK** when the TAK module is enabled.

Tff7b72> 💡 **Tip:** Team/role colors are the standard TAK affiliation colors. Coordinate with your TAK team to use consistent team assignments.

Tc9d1d9## Wire Format (V1 / V2)

Meshtastic supports two TAK wire formats:

| Format | Compatibility | Features |
| ------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------- |
| V1 (Legacy) | ATAK Plugin v1.x, older firmware | Basic CoT position sharing only |
| V2 (Current) | ATAK Plugin v2.x, firmware 2.3+ | Full CoT support including chat, routes, zstd compression |

The app automatically selects V2 when both sides support it. No manual configuration needed — the TAK module negotiates format based on firmware capabilities.

Tc9d1d9## Usage with ATAK

Once configured:

Tff7b72- Meshtastic nodes appear as markers on the ATAK map with callsign labels
Tff7b72- Chat messages can bridge between mesh and TAK networks
Tff7b72- Position updates flow bidirectionally between Meshtastic and TAK
Tff7b72- TAK Tracker nodes broadcast PLI automatically — their positions appear on ATAK maps without any ATAK-side configuration

Tff7b72> ⚠️ **Note:** TAK integration requires specific node roles and module configuration. Standard client nodes don't automatically participate in TAK operations.

Tc9d1d9## Troubleshooting

| Problem | Cause | Solution |
| -------------------------------- | ------------------------------------- | ----------------------------------------------------------------------- |
| Node doesn't appear on ATAK map | TAK module disabled or wrong role | Verify TAK module is enabled and node role is TAK or TAK Tracker |
| Position updates are stale | GPS fix lost or interval too long | Check GPS status; reduce position broadcast interval in Position Config |
| ATAK plugin shows "disconnected" | BLE connection lost or plugin crashed | Reconnect Bluetooth in Meshtastic app, then restart ATAK plugin |
| Chat messages not bridging | V1 format doesn't support chat | Ensure both nodes run firmware 2.3+ for V2 wire format |
| CoT data not flowing | Channel mismatch | All TAK nodes must be on the same channel with matching encryption |

Tc9d1d9## Security Considerations

Tff7b72- TAK data shares your position and callsign information
Tff7b72- Ensure your channel encryption is configured when using TAK in sensitive environments
Tff7b72- The TAK module respects the same channel encryption as other Meshtastic messages

Tc9d1d9## Related Topics

Tff7b72- [Tff7b72Settings — Modules & Admin](Te6edf3settings-module-admin) — TAK module configuration
Tff7b72- [Tff7b72Nodes](Te6edf3nodes) — TAK and TAK Tracker roles in the node list
Tff7b72- [Tff7b72Map & Waypoints](Te6edf3map-and-waypoints) — node positions on the map
Tff7b72- [Tff7b72ATAK plugin guide](Te6edf3https://meshtastic.org/docs/software/integrations/atak-plugin) — detailed ATAK setup on meshtastic.org

---

Served by rngit 1.4.2 - Generated in 0.11s